Update login paragraph in crates-io docs.
authorEvgen Druzhynin <evgen.druzhynin@gmail.com>
Wed, 17 May 2017 13:15:11 +0000 (16:15 +0300)
committerEvgen Druzhynin <evgen.druzhynin@gmail.com>
Thu, 1 Jun 2017 14:29:46 +0000 (17:29 +0300)
src/doc/crates-io.md

index 8e9a5269b95fc42a4fb1b5add3b34ec0ac087144..ba4d2b7dab075d18eb5748918d0a8a7be9d1a467 100644 (file)
@@ -21,7 +21,8 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
 ```
 
 This command will inform Cargo of your API token and store it locally in your
-`~/.cargo/config`. Note that this token is a **secret** and should not be shared
+`~/.cargo/credentials` (previously it was `~/.cargo/config`).
+Note that this token is a **secret** and should not be shared
 with anyone else. If it leaks for any reason, you should regenerate it
 immediately.